Html Css Color HEX #277768 Genoa

📋 copy color: '#277768'

red 39 ◦ green 119 ◦ blue 104

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

Shades of Genoa #277768

Tints of Genoa #277768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.69%

R = 14.89%
G = 45.42%
B = 39.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#277768 (or 0x277768) is known color: Genoa. HEX triplet: 27, 77 and 68. RGB value is (39,119,104). Sum of RGB (Red+Green+Blue) = 39+119+104=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #277768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277768 is #D88897. Grayscale: #5D5D5D. Windows color (decimal): -14190744 or 6846247. OLE color: 6846247.

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

Color convert

RGB 39 119 104 -
CMYK 0.67 0 0.13 0.53
HSL 168.75º 0.51% 0.31% -
HSV(B) 168.75º 0.67% 0.47% -
XYZ 9.93 14.62 15.4 -
YUV 93.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 39 119 104 0.67 0 0.13 0.53 168.75 0.51 0.31
Hex 27 77 68 43 0 D 35 A9 33 1F
Octal 47 167 150 103 0 15 65 251 63 37
Binary 100111 1110111 1101000 1000011 0 1101 110101 10101001 110011 11111

Color Harmonies of #277768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277768

Black with #277768

Text Example


Text Example

White with #277768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277768; }

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

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

background-color css

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

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

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

border-color css

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

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

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