Html Css Color HEX #76743C Crete

📋 copy color: '#76743C'

red 118 ◦ green 116 ◦ blue 60

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

Shades of Crete #76743C

Tints of Crete #76743C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.46%

 BLUE value IS 60 (23.83% from 255) = 20.41%

R = 40.14%
G = 39.46%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76743C (or 0x76743C) is known color: Crete. HEX triplet: 76, 74 and 3C. RGB value is (118,116,60). Sum of RGB (Red+Green+Blue) = 118+116+60=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76743C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76743C is #898BC3. Grayscale: #6E6E6E. Windows color (decimal): -9014212 or 3961974. OLE color: 3961974.

HSL color Cylindrical-coordinate representation of color #76743C: hue angle of 57.93º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76743C is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 60 -
CMYK 0 0.02 0.49 0.54
HSL 57.93º 0.33% 0.35% -
HSV(B) 57.93º 0.49% 0.46% -
XYZ 14.53 16.67 6.73 -
YUV 110.21 99.66 133.55 -
System Red Green Blue C M Y K H S L
Decimal 118 116 60 0 0.02 0.49 0.54 57.93 0.33 0.35
Hex 76 74 3C 0 2 31 36 3A 21 23
Octal 166 164 74 0 2 61 66 72 41 43
Binary 1110110 1110100 111100 0 10 110001 110110 111010 100001 100011

Color Harmonies of #76743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76743C

Black with #76743C

Text Example


Text Example

White with #76743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76743C; }

 p { color: rgb(118,116,60); }

 H1.HeaderClassName
 {
   color: #76743C;
 }
 .AnyTagClassName
 {
   color: #76743C;
 }
</style>

background-color css

<style>
 a { background-color: #76743C; }

 a { background-color: rgb(118,116,60); }

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

border-color css

<style>
 span { border-color: #76743C; }

 span { border-color: rgb(118,116,60); }

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