Html Css Color HEX #76713D Crete

📋 copy color: '#76713D'

red 118 ◦ green 113 ◦ blue 61

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

Shades of Crete #76713D

Tints of Crete #76713D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.7%

 BLUE value IS 61 (24.22% from 255) = 20.89%

R = 40.41%
G = 38.7%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76713D (or 0x76713D) is known color: Crete. HEX triplet: 76, 71 and 3D. RGB value is (118,113,61). Sum of RGB (Red+Green+Blue) = 118+113+61=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #76713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76713D is #898EC2. Grayscale: #6C6C6C. Windows color (decimal): -9014979 or 4026742. OLE color: 4026742.

HSL color Cylindrical-coordinate representation of color #76713D: hue angle of 54.74º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76713D is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 113 61 -
CMYK 0 0.04 0.48 0.54
HSL 54.74º 0.32% 0.35% -
HSV(B) 54.74º 0.48% 0.46% -
XYZ 14.22 16 6.75 -
YUV 108.57 101.16 134.73 -
System Red Green Blue C M Y K H S L
Decimal 118 113 61 0 0.04 0.48 0.54 54.74 0.32 0.35
Hex 76 71 3D 0 4 30 36 37 20 23
Octal 166 161 75 0 4 60 66 67 40 43
Binary 1110110 1110001 111101 0 100 110000 110110 110111 100000 100011

Color Harmonies of #76713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76713D

Black with #76713D

Text Example


Text Example

White with #76713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76713D; }

 p { color: rgb(118,113,61); }

 H1.HeaderClassName
 {
   color: #76713D;
 }
 .AnyTagClassName
 {
   color: #76713D;
 }
</style>

background-color css

<style>
 a { background-color: #76713D; }

 a { background-color: rgb(118,113,61); }

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

border-color css

<style>
 span { border-color: #76713D; }

 span { border-color: rgb(118,113,61); }

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