Html Css Color HEX #76723A Crete

📋 copy color: '#76723A'

red 118 ◦ green 114 ◦ blue 58

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

Shades of Crete #76723A

Tints of Crete #76723A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.31%

 BLUE value IS 58 (23.05% from 255) = 20%

R = 40.69%
G = 39.31%
B = 20%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76723A (or 0x76723A) is known color: Crete. HEX triplet: 76, 72 and 3A. RGB value is (118,114,58). Sum of RGB (Red+Green+Blue) = 118+114+58=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #76723A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76723A is #898DC5. Grayscale: #6D6D6D. Windows color (decimal): -9014726 or 3830390. OLE color: 3830390.

HSL color Cylindrical-coordinate representation of color #76723A: hue angle of 56º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76723A is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 114 58 -
CMYK 0 0.03 0.51 0.54
HSL 56º 0.34% 0.35% -
HSV(B) 56º 0.51% 0.46% -
XYZ 14.25 16.19 6.38 -
YUV 108.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 118 114 58 0 0.03 0.51 0.54 56 0.34 0.35
Hex 76 72 3A 0 3 33 36 38 22 23
Octal 166 162 72 0 3 63 66 70 42 43
Binary 1110110 1110010 111010 0 11 110011 110110 111000 100010 100011

Color Harmonies of #76723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76723A

Black with #76723A

Text Example


Text Example

White with #76723A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76723A; }

 p { color: rgb(118,114,58); }

 H1.HeaderClassName
 {
   color: #76723A;
 }
 .AnyTagClassName
 {
   color: #76723A;
 }
</style>

background-color css

<style>
 a { background-color: #76723A; }

 a { background-color: rgb(118,114,58); }

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

border-color css

<style>
 span { border-color: #76723A; }

 span { border-color: rgb(118,114,58); }

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