Html Css Color HEX #738D77 Laurel

📋 copy color: '#738D77'

red 115 ◦ green 141 ◦ blue 119

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

Shades of Laurel #738D77

Tints of Laurel #738D77

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.6%

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

R = 30.67%
G = 37.6%
B = 31.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#738D77 (or 0x738D77) is known color: Laurel. HEX triplet: 73, 8D and 77. RGB value is (115,141,119). Sum of RGB (Red+Green+Blue) = 115+141+119=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 141 - color contains mainly: green. Hex color #738D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738D77 is #8C7288. Grayscale: #828282. Windows color (decimal): -9204361 or 7834995. OLE color: 7834995.

HSL color Cylindrical-coordinate representation of color #738D77: hue angle of 129.23º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #738D77 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 141 119 -
CMYK 0.18 0 0.16 0.45
HSL 129.23º 0.1% 0.5% -
HSV(B) 129.23º 0.18% 0.55% -
XYZ 19.92 24.03 21.04 -
YUV 130.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 115 141 119 0.18 0 0.16 0.45 129.23 0.1 0.5
Hex 73 8D 77 12 0 10 2D 81 A 32
Octal 163 215 167 22 0 20 55 201 12 62
Binary 1110011 10001101 1110111 10010 0 10000 101101 10000001 1010 110010

Color Harmonies of #738D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738D77

Black with #738D77

Text Example


Text Example

White with #738D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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