Html Css Color HEX #77733D Crete

📋 copy color: '#77733D'

red 119 ◦ green 115 ◦ blue 61

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

Shades of Crete #77733D

Tints of Crete #77733D

RGB

 RED value IS 119 (46.88% from 255) = 40.34%

 GREEN value IS 115 (45.31% from 255) = 38.98%

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

R = 40.34%
G = 38.98%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#77733D (or 0x77733D) is known color: Crete. HEX triplet: 77, 73 and 3D. RGB value is (119,115,61). Sum of RGB (Red+Green+Blue) = 119+115+61=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #77733D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77733D is #888CC2. Grayscale: #6E6E6E. Windows color (decimal): -8948931 or 4027255. OLE color: 4027255.

HSL color Cylindrical-coordinate representation of color #77733D: hue angle of 55.86º 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 #77733D is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 115 61 -
CMYK 0 0.03 0.49 0.53
HSL 55.86º 0.32% 0.35% -
HSV(B) 55.86º 0.49% 0.47% -
XYZ 14.58 16.52 6.84 -
YUV 110.04 100.33 134.39 -
System Red Green Blue C M Y K H S L
Decimal 119 115 61 0 0.03 0.49 0.53 55.86 0.32 0.35
Hex 77 73 3D 0 3 31 35 38 20 23
Octal 167 163 75 0 3 61 65 70 40 43
Binary 1110111 1110011 111101 0 11 110001 110101 111000 100000 100011

Color Harmonies of #77733D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77733D

Black with #77733D

Text Example


Text Example

White with #77733D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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