Html Css Color HEX #76743E Crete

📋 copy color: '#76743E'

red 118 ◦ green 116 ◦ blue 62

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

Shades of Crete #76743E

Tints of Crete #76743E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.95%

R = 39.86%
G = 39.19%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76743E (or 0x76743E) is known color: Crete. HEX triplet: 76, 74 and 3E. RGB value is (118,116,62). Sum of RGB (Red+Green+Blue) = 118+116+62=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76743E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76743E is #898BC1. Grayscale: #6E6E6E. Windows color (decimal): -9014210 or 4093046. OLE color: 4093046.

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

Color convert

RGB 118 116 62 -
CMYK 0 0.02 0.47 0.54
HSL 57.86º 0.31% 0.35% -
HSV(B) 57.86º 0.47% 0.46% -
XYZ 14.59 16.69 7.01 -
YUV 110.44 100.66 133.39 -
System Red Green Blue C M Y K H S L
Decimal 118 116 62 0 0.02 0.47 0.54 57.86 0.31 0.35
Hex 76 74 3E 0 2 2F 36 3A 1F 23
Octal 166 164 76 0 2 57 66 72 37 43
Binary 1110110 1110100 111110 0 10 101111 110110 111010 11111 100011

Color Harmonies of #76743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76743E

Black with #76743E

Text Example


Text Example

White with #76743E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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