Html Css Color HEX #738C76 Laurel

📋 copy color: '#738C76'

red 115 ◦ green 140 ◦ blue 118

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

Shades of Laurel #738C76

Tints of Laurel #738C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.53%

 BLUE value IS 118 (46.48% from 255) = 31.64%

R = 30.83%
G = 37.53%
B = 31.64%

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

#738C76 (or 0x738C76) is known color: Laurel. HEX triplet: 73, 8C and 76. RGB value is (115,140,118). Sum of RGB (Red+Green+Blue) = 115+140+118=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 140 - color contains mainly: green. Hex color #738C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738C76 is #8C7389. Grayscale: #828282. Windows color (decimal): -9204618 or 7769203. OLE color: 7769203.

HSL color Cylindrical-coordinate representation of color #738C76: hue angle of 127.2º 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 #738C76 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 140 118 -
CMYK 0.18 0 0.16 0.45
HSL 127.2º 0.1% 0.5% -
HSV(B) 127.2º 0.18% 0.55% -
XYZ 19.72 23.71 20.68 -
YUV 130.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 115 140 118 0.18 0 0.16 0.45 127.2 0.1 0.5
Hex 73 8C 76 12 0 10 2D 7F A 32
Octal 163 214 166 22 0 20 55 177 12 62
Binary 1110011 10001100 1110110 10010 0 10000 101101 1111111 1010 110010

Color Harmonies of #738C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738C76

Black with #738C76

Text Example


Text Example

White with #738C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,140,118); }

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

background-color css

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

 a { background-color: rgb(115,140,118); }

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

border-color css

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

 span { border-color: rgb(115,140,118); }

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