Html Css Color HEX #76907D Oxley

📋 copy color: '#76907D'

red 118 ◦ green 144 ◦ blue 125

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

Shades of Oxley #76907D

Tints of Oxley #76907D

RGB

 RED value IS 118 (46.48% from 255) = 30.49%

 GREEN value IS 144 (56.64% from 255) = 37.21%

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 30.49%
G = 37.21%
B = 32.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#76907D (or 0x76907D) is known color: Oxley. HEX triplet: 76, 90 and 7D. RGB value is (118,144,125). Sum of RGB (Red+Green+Blue) = 118+144+125=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 144 - color contains mainly: green. Hex color #76907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76907D is #896F82. Grayscale: #868686. Windows color (decimal): -9006979 or 8228982. OLE color: 8228982.

HSL color Cylindrical-coordinate representation of color #76907D: hue angle of 136.15º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #76907D is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 125 -
CMYK 0.18 0 0.13 0.44
HSL 136.15º 0.1% 0.51% -
HSV(B) 136.15º 0.18% 0.56% -
XYZ 21.15 25.28 23.17 -
YUV 134.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 118 144 125 0.18 0 0.13 0.44 136.15 0.1 0.51
Hex 76 90 7D 12 0 D 2C 88 A 33
Octal 166 220 175 22 0 15 54 210 12 63
Binary 1110110 10010000 1111101 10010 0 1101 101100 10001000 1010 110011

Color Harmonies of #76907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76907D

Black with #76907D

Text Example


Text Example

White with #76907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76907D; }

 p { color: rgb(118,144,125); }

 H1.HeaderClassName
 {
   color: #76907D;
 }
 .AnyTagClassName
 {
   color: #76907D;
 }
</style>

background-color css

<style>
 a { background-color: #76907D; }

 a { background-color: rgb(118,144,125); }

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

border-color css

<style>
 span { border-color: #76907D; }

 span { border-color: rgb(118,144,125); }

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