Html Css Color HEX #77753D Crete

📋 copy color: '#77753D'

red 119 ◦ green 117 ◦ blue 61

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

Shades of Crete #77753D

Tints of Crete #77753D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.39%

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

R = 40.07%
G = 39.39%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#77753D (or 0x77753D) is known color: Crete. HEX triplet: 77, 75 and 3D. RGB value is (119,117,61). Sum of RGB (Red+Green+Blue) = 119+117+61=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #77753D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77753D is #888AC2. Grayscale: #6F6F6F. Windows color (decimal): -8948419 or 4027767. OLE color: 4027767.

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

Color convert

RGB 119 117 61 -
CMYK 0 0.02 0.49 0.53
HSL 57.93º 0.32% 0.35% -
HSV(B) 57.93º 0.49% 0.47% -
XYZ 14.81 16.98 6.91 -
YUV 111.21 99.66 133.55 -
System Red Green Blue C M Y K H S L
Decimal 119 117 61 0 0.02 0.49 0.53 57.93 0.32 0.35
Hex 77 75 3D 0 2 31 35 3A 20 23
Octal 167 165 75 0 2 61 65 72 40 43
Binary 1110111 1110101 111101 0 10 110001 110101 111010 100000 100011

Color Harmonies of #77753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77753D

Black with #77753D

Text Example


Text Example

White with #77753D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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