Html Css Color HEX #075344 Cyprus

📋 copy color: '#075344'

red 7 ◦ green 83 ◦ blue 68

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

Shades of Cyprus #075344

Tints of Cyprus #075344

RGB

 RED value IS 7 (3.13% from 255) = 4.43%

 GREEN value IS 83 (32.81% from 255) = 52.53%

 BLUE value IS 68 (26.95% from 255) = 43.04%

R = 4.43%
G = 52.53%
B = 43.04%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#075344 (or 0x075344) is known color: Cyprus. HEX triplet: 07, 53 and 44. RGB value is (7,83,68). Sum of RGB (Red+Green+Blue) = 7+83+68=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #075344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075344 is #F8ACBB. Grayscale: #3A3A3A. Windows color (decimal): -16297148 or 4477703. OLE color: 4477703.

HSL color Cylindrical-coordinate representation of color #075344: hue angle of 168.16º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075344 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 83 68 -
CMYK 0.92 0 0.18 0.67
HSL 168.16º 0.84% 0.18% -
HSV(B) 168.16º 0.92% 0.33% -
XYZ 4.22 6.65 6.53 -
YUV 58.57 133.32 91.22 -
System Red Green Blue C M Y K H S L
Decimal 7 83 68 0.92 0 0.18 0.67 168.16 0.84 0.18
Hex 7 53 44 5C 0 12 43 A8 54 12
Octal 7 123 104 134 0 22 103 250 124 22
Binary 111 1010011 1000100 1011100 0 10010 1000011 10101000 1010100 10010

Color Harmonies of #075344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075344

Black with #075344

Text Example


Text Example

White with #075344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075344; }

 p { color: rgb(7,83,68); }

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

background-color css

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

 a { background-color: rgb(7,83,68); }

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

border-color css

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

 span { border-color: rgb(7,83,68); }

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