Html Css Color HEX #42774E Killarney

📋 copy color: '#42774E'

red 66 ◦ green 119 ◦ blue 78

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

Shades of Killarney #42774E

Tints of Killarney #42774E

RGB

 RED value IS 66 (26.17% from 255) = 25.1%

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

 BLUE value IS 78 (30.86% from 255) = 29.66%

R = 25.1%
G = 45.25%
B = 29.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#42774E (or 0x42774E) is known color: Killarney. HEX triplet: 42, 77 and 4E. RGB value is (66,119,78). Sum of RGB (Red+Green+Blue) = 66+119+78=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #42774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42774E is #BD88B1. Grayscale: #626262. Windows color (decimal): -12421298 or 5142338. OLE color: 5142338.

HSL color Cylindrical-coordinate representation of color #42774E: hue angle of 133.58º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42774E is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 119 78 -
CMYK 0.45 0 0.34 0.53
HSL 133.58º 0.29% 0.36% -
HSV(B) 133.58º 0.45% 0.47% -
XYZ 10.22 14.9 9.55 -
YUV 98.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 66 119 78 0.45 0 0.34 0.53 133.58 0.29 0.36
Hex 42 77 4E 2D 0 22 35 86 1D 24
Octal 102 167 116 55 0 42 65 206 35 44
Binary 1000010 1110111 1001110 101101 0 100010 110101 10000110 11101 100100

Color Harmonies of #42774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42774E

Black with #42774E

Text Example


Text Example

White with #42774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42774E; }

 p { color: rgb(66,119,78); }

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

background-color css

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

 a { background-color: rgb(66,119,78); }

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

border-color css

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

 span { border-color: rgb(66,119,78); }

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