Html Css Color HEX #75927B Oxley

📋 copy color: '#75927B'

red 117 ◦ green 146 ◦ blue 123

#75927B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #75927B

Tints of Oxley #75927B

RGB

 RED value IS 117 (46.09% from 255) = 30.31%

 GREEN value IS 146 (57.42% from 255) = 37.82%

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 30.31%
G = 37.82%
B = 31.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75927B (or 0x75927B) is known color: Oxley. HEX triplet: 75, 92 and 7B. RGB value is (117,146,123). Sum of RGB (Red+Green+Blue) = 117+146+123=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #75927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75927B is #8A6D84. Grayscale: #868686. Windows color (decimal): -9072005 or 8098421. OLE color: 8098421.

HSL color Cylindrical-coordinate representation of color #75927B: hue angle of 132.41º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75927B is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 123 -
CMYK 0.20 0 0.16 0.43
HSL 132.41º 0.12% 0.52% -
HSV(B) 132.41º 0.2% 0.57% -
XYZ 21.19 25.77 22.6 -
YUV 134.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 117 146 123 0.20 0 0.16 0.43 132.41 0.12 0.52
Hex 75 92 7B 14 0 10 2B 84 C 34
Octal 165 222 173 24 0 20 53 204 14 64
Binary 1110101 10010010 1111011 10100 0 10000 101011 10000100 1100 110100

Color Harmonies of #75927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75927B

Black with #75927B

Text Example


Text Example

White with #75927B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75927B; }

 p { color: rgb(117,146,123); }

 H1.HeaderClassName
 {
   color: #75927B;
 }
 .AnyTagClassName
 {
   color: #75927B;
 }
</style>

background-color css

<style>
 a { background-color: #75927B; }

 a { background-color: rgb(117,146,123); }

 div.DivClassName
 {
   background-color: #75927B;
 }
 .BgClassName
 {
   background-color: #75927B;
 }
</style>

border-color css

<style>
 span { border-color: #75927B; }

 span { border-color: rgb(117,146,123); }

 td.TdClassName
 {
   border-color: #75927B;
 }
 .TagClassName
 {
   border-color: #75927B;
 }
</style>