Html Css Color HEX #777B3D Crete

📋 copy color: '#777B3D'

red 119 ◦ green 123 ◦ blue 61

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

Shades of Crete #777B3D

Tints of Crete #777B3D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.59%

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

R = 39.27%
G = 40.59%
B = 20.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#777B3D (or 0x777B3D) is known color: Crete. HEX triplet: 77, 7B and 3D. RGB value is (119,123,61). Sum of RGB (Red+Green+Blue) = 119+123+61=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 123 - color contains mainly: green. Hex color #777B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777B3D is #8884C2. Grayscale: #727272. Windows color (decimal): -8946883 or 4029303. OLE color: 4029303.

HSL color Cylindrical-coordinate representation of color #777B3D: hue angle of 63.87º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #777B3D is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 123 61 -
CMYK 0.03 0 0.50 0.52
HSL 63.87º 0.34% 0.36% -
HSV(B) 63.87º 0.5% 0.48% -
XYZ 15.53 18.42 7.15 -
YUV 114.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 119 123 61 0.03 0 0.50 0.52 63.87 0.34 0.36
Hex 77 7B 3D 3 0 32 34 40 22 24
Octal 167 173 75 3 0 62 64 100 42 44
Binary 1110111 1111011 111101 11 0 110010 110100 1000000 100010 100100

Color Harmonies of #777B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777B3D

Black with #777B3D

Text Example


Text Example

White with #777B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777B3D; }

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

 H1.HeaderClassName
 {
   color: #777B3D;
 }
 .AnyTagClassName
 {
   color: #777B3D;
 }
</style>

background-color css

<style>
 a { background-color: #777B3D; }

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

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

border-color css

<style>
 span { border-color: #777B3D; }

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

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