Html Css Color HEX #76743A Crete

📋 copy color: '#76743A'

red 118 ◦ green 116 ◦ blue 58

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

Shades of Crete #76743A

Tints of Crete #76743A

RGB

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

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

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

R = 40.41%
G = 39.73%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76743A (or 0x76743A) is known color: Crete. HEX triplet: 76, 74 and 3A. RGB value is (118,116,58). Sum of RGB (Red+Green+Blue) = 118+116+58=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #76743A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76743A is #898BC5. Grayscale: #6E6E6E. Windows color (decimal): -9014214 or 3830902. OLE color: 3830902.

HSL color Cylindrical-coordinate representation of color #76743A: hue angle of 58º 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 #76743A is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 58 -
CMYK 0 0.02 0.51 0.54
HSL 58º 0.34% 0.35% -
HSV(B) 58º 0.51% 0.46% -
XYZ 14.48 16.65 6.45 -
YUV 109.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 118 116 58 0 0.02 0.51 0.54 58 0.34 0.35
Hex 76 74 3A 0 2 33 36 3A 22 23
Octal 166 164 72 0 2 63 66 72 42 43
Binary 1110110 1110100 111010 0 10 110011 110110 111010 100010 100011

Color Harmonies of #76743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76743A

Black with #76743A

Text Example


Text Example

White with #76743A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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