Html Css Color HEX #277766 Genoa

📋 copy color: '#277766'

red 39 ◦ green 119 ◦ blue 102

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

Shades of Genoa #277766

Tints of Genoa #277766

RGB

 RED value IS 39 (15.63% from 255) = 15%

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

 BLUE value IS 102 (40.23% from 255) = 39.23%

R = 15%
G = 45.77%
B = 39.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#277766 (or 0x277766) is known color: Genoa. HEX triplet: 27, 77 and 66. RGB value is (39,119,102). Sum of RGB (Red+Green+Blue) = 39+119+102=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #277766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277766 is #D88899. Grayscale: #5D5D5D. Windows color (decimal): -14190746 or 6715175. OLE color: 6715175.

HSL color Cylindrical-coordinate representation of color #277766: hue angle of 167.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #277766 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 119 102 -
CMYK 0.67 0 0.14 0.53
HSL 167.25º 0.51% 0.31% -
HSV(B) 167.25º 0.67% 0.47% -
XYZ 9.83 14.58 14.87 -
YUV 93.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 39 119 102 0.67 0 0.14 0.53 167.25 0.51 0.31
Hex 27 77 66 43 0 E 35 A7 33 1F
Octal 47 167 146 103 0 16 65 247 63 37
Binary 100111 1110111 1100110 1000011 0 1110 110101 10100111 110011 11111

Color Harmonies of #277766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277766

Black with #277766

Text Example


Text Example

White with #277766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277766; }

 p { color: rgb(39,119,102); }

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

background-color css

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

 a { background-color: rgb(39,119,102); }

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

border-color css

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

 span { border-color: rgb(39,119,102); }

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