Html Css Color HEX #76733B Crete

📋 copy color: '#76733B'

red 118 ◦ green 115 ◦ blue 59

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

Shades of Crete #76733B

Tints of Crete #76733B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.21%

R = 40.41%
G = 39.38%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#76733B (or 0x76733B) is known color: Crete. HEX triplet: 76, 73 and 3B. RGB value is (118,115,59). Sum of RGB (Red+Green+Blue) = 118+115+59=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #76733B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76733B is #898CC4. Grayscale: #6D6D6D. Windows color (decimal): -9014469 or 3896182. OLE color: 3896182.

HSL color Cylindrical-coordinate representation of color #76733B: hue angle of 56.95º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76733B is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 115 59 -
CMYK 0 0.03 0.50 0.54
HSL 56.95º 0.33% 0.35% -
HSV(B) 56.95º 0.5% 0.46% -
XYZ 14.39 16.43 6.55 -
YUV 109.51 99.49 134.05 -
System Red Green Blue C M Y K H S L
Decimal 118 115 59 0 0.03 0.50 0.54 56.95 0.33 0.35
Hex 76 73 3B 0 3 32 36 39 21 23
Octal 166 163 73 0 3 62 66 71 41 43
Binary 1110110 1110011 111011 0 11 110010 110110 111001 100001 100011

Color Harmonies of #76733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76733B

Black with #76733B

Text Example


Text Example

White with #76733B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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