Html Css Color HEX #277769 Genoa

📋 copy color: '#277769'

red 39 ◦ green 119 ◦ blue 105

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

Shades of Genoa #277769

Tints of Genoa #277769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.92%

R = 14.83%
G = 45.25%
B = 39.92%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#277769 (or 0x277769) is known color: Genoa. HEX triplet: 27, 77 and 69. RGB value is (39,119,105). Sum of RGB (Red+Green+Blue) = 39+119+105=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #277769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277769 is #D88896. Grayscale: #5D5D5D. Windows color (decimal): -14190743 or 6911783. OLE color: 6911783.

HSL color Cylindrical-coordinate representation of color #277769: hue angle of 169.5º 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 #277769 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 119 105 -
CMYK 0.67 0 0.12 0.53
HSL 169.5º 0.51% 0.31% -
HSV(B) 169.5º 0.67% 0.47% -
XYZ 9.98 14.64 15.67 -
YUV 93.48 134.5 89.14 -
System Red Green Blue C M Y K H S L
Decimal 39 119 105 0.67 0 0.12 0.53 169.5 0.51 0.31
Hex 27 77 69 43 0 C 35 AA 33 1F
Octal 47 167 151 103 0 14 65 252 63 37
Binary 100111 1110111 1101001 1000011 0 1100 110101 10101010 110011 11111

Color Harmonies of #277769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277769

Black with #277769

Text Example


Text Example

White with #277769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277769; }

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

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

background-color css

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

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

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

border-color css

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

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

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