Html Css Color HEX #738F77 Laurel

📋 copy color: '#738F77'

red 115 ◦ green 143 ◦ blue 119

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

Shades of Laurel #738F77

Tints of Laurel #738F77

RGB

 RED value IS 115 (45.31% from 255) = 30.5%

 GREEN value IS 143 (56.25% from 255) = 37.93%

 BLUE value IS 119 (46.88% from 255) = 31.56%

R = 30.5%
G = 37.93%
B = 31.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#738F77 (or 0x738F77) is known color: Laurel. HEX triplet: 73, 8F and 77. RGB value is (115,143,119). Sum of RGB (Red+Green+Blue) = 115+143+119=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 143 - color contains mainly: green. Hex color #738F77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738F77 is #8C7088. Grayscale: #838383. Windows color (decimal): -9203849 or 7835507. OLE color: 7835507.

HSL color Cylindrical-coordinate representation of color #738F77: hue angle of 128.57º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738F77 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 143 119 -
CMYK 0.20 0 0.17 0.44
HSL 128.57º 0.11% 0.51% -
HSV(B) 128.57º 0.2% 0.56% -
XYZ 20.22 24.62 21.14 -
YUV 131.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 115 143 119 0.20 0 0.17 0.44 128.57 0.11 0.51
Hex 73 8F 77 14 0 11 2C 81 B 33
Octal 163 217 167 24 0 21 54 201 13 63
Binary 1110011 10001111 1110111 10100 0 10001 101100 10000001 1011 110011

Color Harmonies of #738F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738F77

Black with #738F77

Text Example


Text Example

White with #738F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738F77; }

 p { color: rgb(115,143,119); }

 H1.HeaderClassName
 {
   color: #738F77;
 }
 .AnyTagClassName
 {
   color: #738F77;
 }
</style>

background-color css

<style>
 a { background-color: #738F77; }

 a { background-color: rgb(115,143,119); }

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

border-color css

<style>
 span { border-color: #738F77; }

 span { border-color: rgb(115,143,119); }

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