Html Css Color HEX #76773D Crete

📋 copy color: '#76773D'

red 118 ◦ green 119 ◦ blue 61

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

Shades of Crete #76773D

Tints of Crete #76773D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.93%

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

R = 39.6%
G = 39.93%
B = 20.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#76773D (or 0x76773D) is known color: Crete. HEX triplet: 76, 77 and 3D. RGB value is (118,119,61). Sum of RGB (Red+Green+Blue) = 118+119+61=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #76773D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76773D is #8988C2. Grayscale: #707070. Windows color (decimal): -9013443 or 4028278. OLE color: 4028278.

HSL color Cylindrical-coordinate representation of color #76773D: hue angle of 61.03º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76773D is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 119 61 -
CMYK 0.01 0 0.49 0.53
HSL 61.03º 0.32% 0.35% -
HSV(B) 61.03º 0.49% 0.47% -
XYZ 14.91 17.38 6.98 -
YUV 112.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 118 119 61 0.01 0 0.49 0.53 61.03 0.32 0.35
Hex 76 77 3D 1 0 31 35 3D 20 23
Octal 166 167 75 1 0 61 65 75 40 43
Binary 1110110 1110111 111101 1 0 110001 110101 111101 100000 100011

Color Harmonies of #76773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76773D

Black with #76773D

Text Example


Text Example

White with #76773D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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