Html Css Color HEX #76732B Crete

📋 copy color: '#76732B'

red 118 ◦ green 115 ◦ blue 43

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

Shades of Crete #76732B

Tints of Crete #76732B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.67%

 BLUE value IS 43 (17.19% from 255) = 15.58%

R = 42.75%
G = 41.67%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76732B (or 0x76732B) is known color: Crete. HEX triplet: 76, 73 and 2B. RGB value is (118,115,43). Sum of RGB (Red+Green+Blue) = 118+115+43=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76732B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76732B is #898CD4. Grayscale: #6B6B6B. Windows color (decimal): -9014485 or 2847606. OLE color: 2847606.

HSL color Cylindrical-coordinate representation of color #76732B: hue angle of 57.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76732B is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 115 43 -
CMYK 0 0.03 0.64 0.54
HSL 57.6º 0.47% 0.32% -
HSV(B) 57.6º 0.64% 0.46% -
XYZ 14.04 16.29 4.69 -
YUV 107.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 118 115 43 0 0.03 0.64 0.54 57.6 0.47 0.32
Hex 76 73 2B 0 3 40 36 3A 2F 20
Octal 166 163 53 0 3 100 66 72 57 40
Binary 1110110 1110011 101011 0 11 1000000 110110 111010 101111 100000

Color Harmonies of #76732B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76732B

Black with #76732B

Text Example


Text Example

White with #76732B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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